home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / lanmodm1.zip / SESSION.BAT < prev    next >
DOS Batch File  |  1990-04-02  |  554b  |  17 lines

  1. REM Sample batch file for invoking NETDEV
  2. REM and CO/SESSION Network Version to use a shared modem.
  3. REM
  4. REM This command installs the INT14 interface program NETDEV.COM.
  5. NETDEV
  6. REM
  7. REM This is the program which will use the shared device.
  8. SUPPORT
  9. REM Optionally 'APPLICA' or 'SAPPLICA'
  10. REM
  11. REM The commands /CLOSE and /DISAB should not be used unless CO/SESSION
  12. REM is removed from memory with the SUNLOAD command. If so, use the
  13. REM following sequence of commands (SUNLOAD will cause the channel to
  14. REM be closed).
  15. SUNLOAD
  16. NETDEV /DISAB
  17.